Analytics Screen Content
fun AnalyticsScreenContent(modifier: Modifier = Modifier, id: Int = 0, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)
Displays the content of the Analytics screen, including a tabbed interface for Quick and BiWeekly tabs.
Parameters
modifier
Modifier to be applied to the content layout.
id
The current tab index, defaulting to 0.
on Navigate To Summary Dialog
A lambda function to handle navigation to the summary dialog for a selected bi-weekly evaluation entry.